ktor
1.6.x
Select version
3.3.x
3.2.x
3.1.x
3.0.x
2.3.x
2.2.x
2.0.x
1.6.x
posix
ktor-io
/
io.ktor.utils.io.core
/
IoBuffer
/
[posix]readAvailable
read
Available
posix
override
fun
readAvailable
(
dst
:
ByteArray
,
offset
:
Int
,
length
:
Int
)
:
Int
Content copied to clipboard
override
fun
readAvailable
(
dst
:
IoBuffer
,
length
:
Int
)
:
Int
Content copied to clipboard
override
fun
readAvailable
(
dst
:
ShortArray
,
offset
:
Int
,
length
:
Int
)
:
Int
Content copied to clipboard
override
fun
readAvailable
(
dst
:
IntArray
,
offset
:
Int
,
length
:
Int
)
:
Int
Content copied to clipboard
override
fun
readAvailable
(
dst
:
LongArray
,
offset
:
Int
,
length
:
Int
)
:
Int
Content copied to clipboard
override
fun
readAvailable
(
dst
:
FloatArray
,
offset
:
Int
,
length
:
Int
)
:
Int
Content copied to clipboard
override
fun
readAvailable
(
dst
:
DoubleArray
,
offset
:
Int
,
length
:
Int
)
:
Int
Content copied to clipboard